home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TDEFINEKEY / TDEFINEKEY.txt
Text File  |  1996-08-04  |  1KB  |  56 lines

  1. object DefineKey: TDefineKey
  2.   Left = 226
  3.   Top = 163
  4.   Width = 281
  5.   Height = 120
  6.   Caption = 'Define Key Macro'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object CancelBtn: TBitBtn
  17.     Left = 96
  18.     Top = 48
  19.     Width = 89
  20.     Height = 27
  21.     Cancel = True
  22.     Caption = 'Cancel'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ModalResult = 2
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     OnClick = CancelBtnClick
  31.     NumGlyphs = 2
  32.   end
  33.   object MyEdit1: TMyEdit
  34.     Left = 32
  35.     Top = 16
  36.     Width = 233
  37.     Height = 20
  38.     TabStop = False
  39.     AutoSelect = False
  40.     AutoSize = False
  41.     BorderStyle = bsNone
  42.     Color = clBtnFace
  43.     Ctl3D = False
  44.     Font.Color = clWindowText
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentCtl3D = False
  49.     ParentFont = False
  50.     ReadOnly = True
  51.     TabOrder = 1
  52.     Text = 'Press key combination to define/edit'
  53.     OnKeyDown = Edit1KeyDown
  54.   end
  55. end
  56.